Add Taskboard and Usage Tracker Git releases - #129
Conversation
Thanks for the submission — we really want to get this in. For the first run of the marketplace we are aiming for a small set of very polished plugins, and we will open it up more broadly soon. Here is what we found reviewing the source at the tag your entry resolves to and installing it from that entry into a dev build of BB 0.40: Note on the base: this is an ADD, not a migration
The migration itself is right and necessary: all three plugin Blocker 1:
|
SawyerHood
left a comment
There was a problem hiding this comment.
Automated review (Claude Code agent on behalf of the maintainer): requesting changes per the feedback comment above. Ping here when a new version is published and we will re-check.
|
@SawyerHood Taskboard The Taskboard blockers are closed:
Focused Taskboard typecheck/build, 124 tests, root checks, standalone Please re-review when convenient. |
|
Usage Tracker The release contains the merged narrow-sidebar footer fix from MateoCerquetella/bb-plugins#23. The source repository CI and the full local workspace check pass; Marketplace schema/build composes 89 entries, and exact-tag liveness passes. The catalog-wide liveness check continues to fail only on the unrelated existing Ports repository 404 already noted above. @SawyerHood please re-review when convenient. |
Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.
Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.
The maintainer accepted the reported notes. The exact entry installs, and the refreshed validation job passed.
|
Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer. The maintainer accepted the reported notes. The exact entry installs, and the refreshed validation job passed. I removed the blocked label. |
|
Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer. The refreshed validation job passed. I merged this submission. Thank you for the contribution. |
Summary
Add Taskboard and Usage Tracker back to the BB Community Marketplace from their
immutable monorepo Git releases. The earlier npm-backed entries were removed
from
mainafter those private packages were unpublished; Git + subdirectory +tag prefix is the supported source for both plugins.
plugins/taskboard, range^0.3.3, tag prefixtaskboard/plugins/usage-tracker, range^0.1.5, tag prefixusage-tracker/The current-base diff contains exactly the two entry additions and Taskboard's
vendored icon.
Taskboard reviewer fixes
@get-bb/plugin-sdk@0.4.6is now a production dependency. A standaloneTaskboard subtree passes
npm install --ignore-scripts --omit=dev --omit=optionalandbb plugin build .under BB 0.40.permissionMode: autodrafting agent, its model-output parser,polling/cancellation RPCs, and thread lifecycle listeners were removed.
Composer capture now copies the prompt into the visible editable review form
and never starts an agent or spends model usage. Provider creation still
requires the explicit Create issue action.
keys and then verifies hidden visibility, Taskboard ownership, and the exact
old helper title; unrecorded/mismatched threads are never stopped and failures
retain cleanup state for retry.
probed without credentials, protected from relative/current-workspace PATH
and canonical symlink shadowing, and receives only a deliberate
auth/config/path/proxy/CA/temp environment on authenticated calls.
icons/taskboard-0b77950c.svg(SHA-256 begins0b77950c).Because Taskboard no longer performs AI drafting, the listing describes its
actual browse/create and explicit-review behavior without a model-usage claim.
Source verification
fb8c1073e78dedba177ba22ba6829938a6c0d300passed.
and SDK
0.4.6resolved as production.0.3.3; the real composer flow showedimmediate editable title/description prefill and no model-loading state.
Marketplace verification
npm ci --ignore-scriptspassed with no vulnerabilities.npm run buildpassed and composed 89 entries.and the Taskboard icon path/hash are consistent.
taskboard/v0.3.3andusage-tracker/v0.1.5after the Taskboard release is published.npm run checkcurrently exits only because the existingPorts entry points at
https://github.com/ramaaudra/bb-plugin-ports.git,which returns repository not found. Neither entry in this PR reports a
liveness error.
Permissions and security
Both plugins are full-trust BB plugin code. Taskboard stores project-scoped
Linear/Jira credentials in owner-only files, uses the configured external
provider only after explicit user actions, and treats external issue text as
untrusted context. Composer issue capture performs no agent/model execution.
Usage Tracker performs no filesystem I/O and reads usage through
sdk.system.usageLimits(); it sends no data to third parties.